Skip to content

fix: Failed host lookup, by bumping androidx.work:work-runtime to 2.11.2 and Android minSdkVersion to 23 - #673

Closed
absar wants to merge 1 commit into
fluttercommunity:mainfrom
absar:upgrade-androidx-work-runtime
Closed

fix: Failed host lookup, by bumping androidx.work:work-runtime to 2.11.2 and Android minSdkVersion to 23#673
absar wants to merge 1 commit into
fluttercommunity:mainfrom
absar:upgrade-androidx-work-runtime

Conversation

@absar

@absar absar commented Jun 5, 2026

Copy link
Copy Markdown
Contributor
  • FIX: Failed host lookup when flutter_workmanager calls APIs in a background task on Android 15+
  • BREAKING Bumps Android minSdkVersion to 23 since the fix is in androidx.work:work-runtime:2.11.2 where minSdkVersion is 23

Fixes: #666
Closes: #666

…s in a background task on Android 15+

- **BREAKING** Bumps Android minSdkVersion to 23 since the fix is in androidx.work:work-runtime:2.11.2 where minSdkVersion is 23

Fixes: fluttercommunity#666
Closes: fluttercommunity#666
@docs-page

docs-page Bot commented Jun 5, 2026

Copy link
Copy Markdown

To view this pull requests documentation preview, visit the following URL:

docs.page/fluttercommunity/flutter_workmanager~673

Documentation is deployed and generated using docs.page.

@ened

ened commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Thanks — this is exactly the fix for #666. One blocker before merge: please remove the CHANGELOG.md and pubspec.yaml changes from this PR. Those files are owned by melos (versions/changelogs are generated from conventional commit messages at release time, see CLAUDE.md). Hand-bumping to 0.10.0 conflicts with the automated release flow. Keep only the build.gradle change.

@ened

ened commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Your fix is preserved in PR #679 (same commit, same authorship). I removed the CHANGELOG.md/pubspec.yaml edits from it since melos owns those files (see CLAUDE.md) — that is the only change. Closing this in favor of #679. Thank you for the fix!

@ened ened closed this Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update work-runtime to at least 2.11.2 to fix connectivity issue in Android 15

2 participants